home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com
- Newsgroups: comp.lang.c++
- Subject: Re: create window failed
- Date: 4 Mar 1996 20:31:18 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4hfjum$quk@news1.usa.pipeline.com>
- References: <313B3FF1.173F@pcmail.uni-trier.de>
- NNTP-Posting-Host: pipe12.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 04, 1996 11:09:37 in article <create window failed>,
- 'bakpeter@pcmail.uni-trier.de' wrote:
-
-
- >i just started programming in turbo c++ 4.5 for windows with owl 2.5.
- >until now i'm not able to run my application (.exe) without any borland
- >app in background. if i try to start my app standalone, there is always
- >the error message "Object Windows exception: create window failed". but,
- >if turbo is running, the exe-file does run too.
- >what does it mean and how can i manage this problem?
- >thanks for answer,
- >pb.
-
- Here's an excerpt from the FAQ. If you'd like the entire FAQ --
- recommended
- reading -- you can ftp it from rtfm.mit.edu.
-
- ==============================================================================
-
- Q140: Why does my BC++ Windows app crash when I'm not running the BC45 IDE?
-
-
- If you're using BC++ for a Windows app, and it works ok as long as you have
- the
- BC45 IDE running, but when the BC45 IDE is shut down you get an exception
- during the creation of a window, then add the following line of code to the
-
- InitMainWindow() method of your application ("YourApp::InitMainWindow()"):
-
- EnableBWCC(TRUE);
-
- ==============================================================================
-
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-